FindRowWithCellTextInColumn(String,String,UInt32) Method
Returns the next row in a column (by column name) that contains the specified text, starting the search at the specified row.

C# Syntax

ITableRow<T> FindRowWithCellTextInColumn( 
   string text,
   string column,
   uint startFromRow
)

Parameters

text
The text to search for.
column
The column to search.
startFromRow
The 1-based index of the row from which to start the search.

Return Value

The row. Null if text not found.